﻿
/*
    Light purple: #c2a1f3
    Medium purple: #8f5dda
    Dark purple: #4a10a0
    Darkest purple: #1d0442

    Orig teal: #BB9DCC
    Orig dark purple: #7CDEC4

    */
body {	
    font-size: 12px; 
    font-family: Georgia, Arial;
    color: #5a239d;   /*#39105a;*/
	/*color: #220539; #1d0442;    #666*/
	position: relative;
    padding-left: 2px;
    background-image: url("/images/bg_pleaves_8.jpg");
	max-width: 1300px;
}

.body_foreverhh {	
    font-size: 12px; 
    font-family: Georgia, Arial;
    color: #5a239d;   /*#39105a;*/
	/*color: #220539; #1d0442;    #666*/
	position: relative;
    padding-left: 2px;
    background-image: url("/images/bg_psquares_4.jpg");
}

.pbodyabove {
    padding-left: 2px;
    padding-right: 6px;
    float: right;
    position: relative;
    top: -25px
}

.green_shaded_background {
   background-image: url("/images/HorizontalHalfInchx8inchbar1.jpg");
   width: 100%;
}


img {
			border: 5px solid rgba(255,255,255,0.75);
			-moz-border-radius: 5px;
			-khtml-border-radius: 5px;
			-webkit-box-border-radius: 5px;
			border-radius: 5px;
			-moz-box-shadow: 0px 0px 5px #c6c6bf;
			-khtml-box-shadow: 0px 0px 5px #c6c6bf;
			-webkit-box-shadow: 0px 0px 5px #c6c6bf;
			box-shadow: 0px 0px 5px #c6c6bf;
		}
		
.wrapimageright {
	float: right; 
	margin: 5px;
}

.wrapimageleft {
	float: left; 
	margin: 5px;
}

.wrapimagemiddle {
	float: center; 
	margin: 5px;
}
.centerimage { 
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
 } 

.clear
{
	clear: both;
}
.displayNone
{
	display: none;
}
.displayBlock
{
	display: block;
}
.floatRight
{
	float: right;
}
.col,.floatLeft
{
	float: left;
}

.mask
{
	background: #000;
	opacity: .6;
	filter: alpha(opacity=60);
}

.imgButton
{
	cursor: pointer;
}

a:link,a:visited,a:hover,a:active
{
	font-weight: bold;
	/*color: #4a10a0;*/
	text-decoration: none;
	outline: 0;
}
a:hover
{
	/*text-decoration: underline;*/
    font-weight: bold;
    cursor: pointer;
}
.header {
    font-weight: bold;
    font-size: 18px;
    height: 80px;
}

.width200 {
    width: 200px;
}
.contentlinks {
    font-size: 12px;
    /*border: 1px solid blue;*/
    padding-left: 2px;
    padding-right: 4px;
    width: 200px;
}
.bodysection {
    padding-top: 2px;
    padding-left: 10px;
    /*margin-right: 10px;*/
    /*min-height: 400px;*/
    /*min-width: 600px;*/
    /*border-left: 1px solid #7CDEC4;*/
}

.footer {
    padding-top: 10px;
    font-size: 10px;
    padding-left: 2px;
}

.social_media_container {
    padding-top: 10px;
    font-weight: bold;
	color: #5a239d;  /*#4a10a0; #f60;*/
    padding-left: 2px;
    
}

.marginleft15 {
    margin-left: 15px;
}

.articlecontent {
    font-size: 14px;
    font-family: Georgia, Arial;
	color: #5a239d;  /*#1d0442;    #666*/
	position: relative;
    padding-left: 4px;
    
}

#headertheme {
    background: -webkit-linear-gradient(#8f5dda, #4a10a0); /* For Safari  #7CADC4 to #6B9DB4;   #6B9DCC*/
    background: -o-linear-gradient(#8f5dda, #4a10a0); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#8f5dda, #4a10a0); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#8f5dda, #4a10a0); /* Standard syntax */
	background-color:#4a10a0;
    text-decoration: none;
    color: #FFF;
    font-size: 26px;
    padding: 10px 48px 10px 16px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border: 0px solid #FFF;
    box-shadow: 2px 2px 2px 2px #B2B2B2;
    /*box-shadow: 2px 2px 2px 2px black;   to set to active with black border around it*/
}

/*#rotating-item-wrapper {
    position: relative;
    float: right; 
    padding-top: 5px;
    padding-bottom: 0px;
    padding-right: 4px;
}

.rotating-item {
   display: none;
    position: absolute;
    top:0;
    left: 0;
    float: right;


}*/

.topMenu {
    color: #4a10a0;
    padding-bottom: 4px;
    font-size: 10px;
    float: right;

}

.menustyle {
    padding-left: 2px;
}

.labelh1 {
    font-family: Georgia, Arial;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #8f5dda;
    margin-bottom: 6px;
    color: #5a239d;  /*#220539;*/
}
.label1 {
    font-family: Georgia;
    font-weight: bold;
    font-size: 12px;
    border-bottom: 1px solid #8f5dda;
    color: #5a239d;  /*#220539;*/
}

ul {
	list-style: square outside ;
	margin: 2px 0 2px 2px;
}

#whatsnew li:hover,  a:hover {
    /*background: #4a10a0;*/
    font-weight: bold;
    font-family: Georgia, Arial;
    /*color: #fff;*/
}


ol {
	list-style: outside decimal;
	margin: 1em 0 1.5em 1.5em;
}

header, section, footer, aside, nav, article, figure { 	display: block; }

/*Section for the menu bar*/
/* Banner */
#banner {
	margin: 0 auto;
	padding: 1px 0 0 0;
}
/*
#banner h1 {font-size: 3.571em; line-height: .6;}
#banner h1 a:link, #banner h1 a:visited {
		color: #000305;
		display: block;
		font-weight: bold;
		margin: 0 0 .6em .2em;
		text-decoration: none;
		width: 427px;
	}
//#C74350;
#banner h1 a:hover, #banner h1 a:active {
		background: none;
		color: #8f5dda; 
		text-shadow: none;
	}


#banner h1 strong {font-size: 0.36em; font-weight: normal;}*/


/*#000305;*/
#banner nav {
		background: #4a10a0; 
		font-size: 1.143em;
		height: 40px;
		line-height: 30px;
		margin: 0 auto 2em auto;
		padding: 0;
		text-align: center;
		width: 800px;
		
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
#banner nav ul {list-style: none; margin: 0 auto; width: 800px;}
#banner nav li {float: left; display: inline; margin: 0;}
	
#banner nav a:link, #banner nav a:visited {
		color: #fff;
		display: inline-block;
		height: 30px;
		padding: 5px 1.5em;
		text-decoration: none;
	}
#banner nav a:hover, #banner nav a:active,
#banner nav .active a:link, #banner nav .active a:visited {
		background: #8f5dda; /*#C74451;*/
		color: #fff;
		text-shadow: none !important;
	}	
    
	#banner nav li:first-child a {
		border-top-left-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-left-radius: 5px;
		
		border-bottom-left-radius: 5px;
		-moz-border-radius-bottomleft: 5px;
		-webkit-border-bottom-left-radius: 5px;
	}


    /*
	Featured
*****************/
/*#featured {
	background: #fff;
	margin-bottom: 2em;
	overflow: hidden;
	padding: 20px;
	width: 760px;
 
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
 
#featured figure {
	border: 2px solid #eee;
	float: right;
	margin: 0.786em 2em 0 5em;
	width: 248px;
}
#featured figure img {display: block; float: right;}
 
#featured h2 {color: #C74451; font-size: 1.714em; margin-bottom: 0.333em;}
#featured h3 {font-size: 1.429em; margin-bottom: .5em;}
 
#featured h3 a:link, #featured h3 a:visited {color: #000305; text-decoration: none;}
#featured h3 a:hover, #featured h3 a:active {color: #fff;}*/
 
/*
	Body
*****************/
.content {
	background: #f9f8fd; /*#fff;*/
	/*margin-bottom: 4px;*/  /*2em;*/
    margin: 4px; 
	overflow: hidden;
	padding: 4px;
	/*width: 760px;*/
    width: 98%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


.hom_lit1 {
    background: -webkit-linear-gradient(#fff, #d0c7d7); /* For Safari  #7CADC4 to #6B9DB4;   #6B9DCC*/
    background: -o-linear-gradient(#fff, #d0c7d7); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fff, #d0c7d7); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fff, #d0c7d7); /* Standard syntax */
	background-color:#d0c7d7;

	/*background: #c2a1f3;*/ /*#fff;*/
	/*margin-bottom: 4px;*/  /*2em;*/
    margin: 4px; 
	overflow: hidden;
	padding: 4px;
	/*width: 760px;*/
 
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/*http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/*/
/*Index page's blog section*/
.hentry {
	border-bottom: 1px solid #eee;
	padding: 2px; /*1.5em 0;*/
    font-size: 12px;
}

li:last-child .hentry, #content > .hentry {border: 0; margin: 0;}
#content > .hentry {padding: 5px 0;}
 
.entry-title {font-size: 1.429em; margin-bottom: 0;}
.entry-title a:link, .entry-title a:visited {text-decoration: none;}
 
.hentry .post-info * {font-style: normal;}
 
	/* Content */
	.hentry footer {margin-bottom: 2em;}
	.hentry footer address {display: inline;}
	#posts-list footer address {display: block;}
 
	/* Blog Index */
	#posts-list {list-style: none; margin: 0;}
	#posts-list .hentry {padding-left: 200px; position: relative;}
	#posts-list footer {
		left: 10px;
		position: absolute;
		top: 1.5em;
		width: 190px;
	}

#posts-list .hentry:hover {
	background: #f2eef8;
	color: #5a239d;  /*#441786;*/

    border-radius: 5px;
    -moz-box-shadow: 0px 0px 5px #c6c6bf;
	-khtml-box-shadow: 0px 0px 5px #c6c6bf;
	-webkit-box-shadow: 0px 0px 5px #c6c6bf;
	box-shadow: 0px 0px 5px #c6c6bf;
}
/*#posts-list .hentry:hover a:link, #posts-list .hentry:hover a:visited {
	color: #F6CF74;
	text-shadow: 1px 1px 1px #333;
}*/


/* Index page's css*/
#main_content {
	/*width: 960px;*/
    background: -webkit-linear-gradient(#fff, #eee9f1); /* For Safari  #7CADC4 to #6B9DB4;   #6B9DCC*/
    background: -o-linear-gradient(#fff, #eee9f1); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fff, #eee9f1); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fff, #eee9f1); /* Standard syntax */
	background-color:#eee9f1;

	margin: 0 auto;
	padding-top: 8px;
    padding-right: 8px;
    border: 2px solid #c2a1f3;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-box-border-radius: 5px;
	border-radius: 5px;
    -moz-box-shadow: 0px 0px 5px #c6c6bf;
	-khtml-box-shadow: 0px 0px 5px #c6c6bf;
	-webkit-box-shadow: 0px 0px 5px #c6c6bf;
	box-shadow: 0px 0px 5px #c6c6bf;

}


.trio {

    background: -webkit-linear-gradient(#fff, #d0c7d7); /* For Safari  #7CADC4 to #6B9DB4;   #6B9DCC*/
    background: -o-linear-gradient(#fff, #d0c7d7); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fff, #d0c7d7); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fff, #d0c7d7); /* Standard syntax */
	background-color:#d0c7d7;
    text-decoration: none;
    color: #5a239d;  /*#220539;*/
    font-size: 12px;
    font-family: Georgia;
    /*padding: 10px 48px 10px 16px;*/
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border: 0px solid #FFF;
    box-shadow: 2px 2px 2px 2px #B2B2B2;

    /*padding-left: 10px;
    margin: 0 auto;*/
    /*border: 2px solid #c2a1f3; 
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-box-border-radius: 5px;

    border-radius: 5px;
	-moz-box-shadow: 0px 0px 5px #c6c6bf;
	-khtml-box-shadow: 0px 0px 5px #c6c6bf;
	-webkit-box-shadow: 0px 0px 5px #c6c6bf;
    box-shadow: 0px 0px 5px #c6c6bf;*/
}

.bottomsection {
   padding-left: 20px;
    margin: 0 auto;
    /*border: 2px solid #c2a1f3; 
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-box-border-radius: 5px;

    border-radius: 5px;
	-moz-box-shadow: 0px 0px 5px #c6c6bf;
	-khtml-box-shadow: 0px 0px 5px #c6c6bf;
	-webkit-box-shadow: 0px 0px 5px #c6c6bf;
    box-shadow: 0px 0px 5px #c6c6bf;*/

}

.main_content {
	/*width: 960px;*/
	margin: 0 auto;
	padding-top: 8px;
    border: 2px solid #c2a1f3; /*rgba(255,255,255,0.75);*/
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-box-border-radius: 5px;
	border-radius: 5px;
    -moz-box-shadow: 0px 0px 5px #c6c6bf;
	-khtml-box-shadow: 0px 0px 5px #c6c6bf;
	-webkit-box-shadow: 0px 0px 5px #c6c6bf;
	box-shadow: 0px 0px 5px #c6c6bf;

}

	/* Last posts section */	

	.section_tit {
		clear: both;
	}

		.section_tit h3 {
			background: url(/images/line.jpg) no-repeat center center;
			text-align: center;
			font-size: 28px;
			margin: 6px 0 6px 0;
			color: #5a239d;  /*#dacbdf;*/
			/*text-shadow: 1px 1px 0px #fff;*/
		}

	div.single_post {
		/*float: left;*/
		/*width: 300px;*/
		height: 345px;
		/*margin: 0 10px 15px 10px;*/
        border-bottom: 1px solid  #c2a1f3;
        vertical-align: top;
	}

		

div.contact-section {
    color: #5a239d;  /*#1d0442;*/
    font-family: Georgia, Arial;
    font-size: 12px;

}
		div.single_post footer {
			color: #5a239d;  /*#2b2b28;*/
			text-align:right;
			font-size: 10px;
		}

		div.single_post ul  {
			margin-top: 8px;
			border-right: 3px solid #dbdbd4;
		}

		div.single_post ul  li {
			padding: 1px 8px 1px 0px;
		}

		div.single_post ul  li a {
			font-weight: bold;
		}

		div.art {
			/*width: 250px;*/
			display: block;
			background: #f9f8fd; /*rgba(255,255,255,0.75);*/
			border: 1px solid  #c2a1f3; /*rgba(255,255,255,1);*/
			-moz-border-radius: 10px;
			-khtml-border-radius: 10px;
			-webkit-border-radius: 10px;
			border-radius: 10px;
			-moz-box-shadow: 0px 0px 5px #c6c6bf;
			-khtml-box-shadow: 0px 0px 5px #c6c6bf;
			-webkit-box-shadow: 0px 0px 5px #c6c6bf;
			box-shadow: 0px 0px 5px #c6c6bf;
			margin-left: 6px;
			overflow: auto;
			/*float:left;*/
            padding-left: 4px;
            padding-right: 4px;
		}

		div.art:hover {
			background: rgba(255,255,255,1);
		}

		div.single_post header h2 {
			border-bottom: 1px solid #dbdbd4;
			margin: 20px;
			padding-bottom: 20px;
			text-align: center;
		}

		div.single_post p {
			padding: 0 20px;
			font-size: 12px;
			line-height: 20px;
		}

		span.more {
			float: right;
			margin: 30px 20px 30px 0px;
            background: #8badc2;
			-moz-border-radius: 15px;
			-khtml-border-radius: 15px;
			-webkit-border-radius: 15px;
             
		}

		span.more a {
			background: #8badc2;
			-moz-border-radius: 15px;
			-khtml-border-radius: 15px;
			-webkit-border-radius: 15px;
			border-radius: 15px;
			padding: 8px 12px;
			color: #fff;
			text-shadow: 1px 1px 1px #546d7c;
			-moz-box-shadow: inset 0px 0px 2px #3f5867;
			-khtml-box-shadow: inset 0px 0px 2px #3f5867;
			-webkit-box-shadow: inset 0px 0px 2px #3f5867;
		}

		span.more a:hover {
			background: #b8ccd7;
			text-shadow: none;
			-moz-box-shadow: none;
			-khtml-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;
		}
.post_head h2 {
    font-family: Georgia;
    font-weight: bold;
    font-size: 12px;
    border-bottom: 1px solid #8f5dda;
    color: #5a239d;  /*#7e58cb;*/
}

.dRegistration input:not([type=submit]):focus, textarea:focus {
	background: #fcfafb;
    border: 1px solid #8b202f;
}


.dRegistration input:not([type=radio]), textarea {
        background: #ffffff;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	outline: none;
	padding: 5px;
	width: 300px;

    }

.btnRegister {
    background: #e21c1c; /*hotred: cf1c4b*/
	border: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	color: #ffffff;
	display: block;
	font: 18px Georgia, "Times New Roman",  Times, serif;
	letter-spacing: 1px;
	margin: auto;
	padding: 7px 25px;
	text-shadow: 0 1px 1px #000000;
	text-transform: uppercase;

}
    .btnRegister:hover {
        cursor: pointer;
    
    }